home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
divers
/
tg_ve_p2.sha
< prev
next >
Wrap
Text File
|
1994-03-01
|
122b
|
7 lines
10 PRINT "VERIF MATRICE"
30 FOR I=1 TO M+1
40 FOR J=1 TO P+1
50 PRINT A(I,J);
60 NEXT:PRINT CHR$(13):NEXT
70 RETURN